home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / css / print.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-02-16  |  204 b   |  13 lines

  1. .print_ignore {
  2.     display: none;
  3. }
  4.  
  5. table,
  6. table tr td,
  7. table tr th {
  8.     border: 1px solid black;
  9.     border-collapse: collapse;
  10.     background-color: white;
  11.     color: black;
  12. /*    font-size: 8pt;*/
  13. }